home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / hsc / NEWS < prev    next >
Text File  |  1997-11-12  |  3KB  |  91 lines

  1. NEWS
  2. ====
  3.  
  4. This file is of no use for new users of hsc and just describes the
  5. in-combat-ibilities of this release to the previous one. For a 
  6. complete list of improvements and bug-fixes, refer to `CHANGES'.
  7.  
  8. ---------------------------------------------------------------------
  9.  
  10. Version 0.916
  11.  
  12. - There is no more `hsc-all.lha', but only a `hsc-source.lha', which
  13.   now also contains the documentation.
  14.  
  15. ---------------------------------------------------------------------
  16.  
  17. Version 0.915
  18.  
  19. - For those who need to compile everything on there own: the whole
  20.   process has changed a bit, the Makefile should now be easier to
  21.   handle. Compiling is no more described in `source/README', but in
  22.   `docs/source.html'.
  23.  
  24. ---------------------------------------------------------------------
  25.  
  26. Version 0.914
  27.  
  28. - The `examples' drawer is back again.
  29.  
  30. - The documentation now tells a bit more about `make'; If this still
  31.   does not help to prevent new users from sending me bullshit-emails
  32.   with extraordinary silly questions, I might consider removing the
  33.   introductory material completely...
  34.  
  35. - The term `absolute URI' is now used for external URIs; the manual
  36.   now referres to `project relative URIs' instead to avoid confusion
  37.   as this term is normally used to refer to external URIs...clear?
  38.   Better give "docs/features/uris.html" a glimpse...
  39.  
  40. - If you compile this yourself and perform a `make test' afterwards,
  41.   some calls to hsc will exit with an error return code. This is
  42.   because some test sources now contain corrupt data. These will not
  43.   create a html document, bug only a message file which will be
  44.   analysed for differences just like before. The `diff' program still
  45.   should not report any mismatches, of course.
  46.  
  47. ---------------------------------------------------------------------
  48.  
  49. Version 0.913
  50.  
  51. This isn't really a nasty update, but:
  52.  
  53. - Container macros are now implemented in a cleaner way. However,
  54.   old-style containers still work, and currently there is no need to
  55.   remove this code. Although old-style is not documented any more.
  56.  
  57.   Anyway, instead of
  58.  
  59.     <$macro FILE><I><$macro>
  60.     <$macro /FILE></I><$macro>
  61.  
  62.   you should now use
  63.  
  64.     <$macro FILE /CLOSE><I><$content></I><$macro>
  65.  
  66.   when creating new macros.
  67.  
  68. - to check existence of files, there are now two functions: Exists()
  69.   works on URIs, and fExists() on files relative to the source
  70.   directory
  71.  
  72. - collected some material from `graffelwerk' and `example' and put it
  73.   into `starter-project', which should now contain a reasonable
  74.   template to start with a new project.
  75.  
  76. - the hsc-sources for the docs are now located in the source-archive
  77.  
  78. - hscpalthrow introduces the first tool of the hsc-package *not*
  79.   named after a male actor, but a female one. Therefor, certain
  80.   homo-erotic aspects of this package will probably vanish.
  81.  
  82. ---------------------------------------------------------------------
  83.  
  84. Version 0.912
  85.  
  86. - "hsc.prefs" has be changed so that <HTML>, <HEAD> and <BODY> are
  87.   no more required, but only recommended within a document.
  88.  
  89. - The Makefile for the source archive now supports library managers
  90.   like `ar' and `oml'
  91.